object AboutBox: TAboutBox Left = 276 Top = 151 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'Info' ClientHeight = 209 ClientWidth = 318 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 6 Top = 7 Width = 305 Height = 166 BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 16 Top = 16 Width = 41 Height = 41 IsControl = True end object Version: TLabel Left = 92 Top = 40 Width = 35 Height = 13 Caption = 'Version' IsControl = True end object Copyright: TLabel Left = 8 Top = 72 Width = 199 Height = 13 Caption = 'Copyright �1996-1997 by Joachim Marder' IsControl = True end object Comments: TLabel Left = 48 Top = 96 Width = 3 Height = 13 Cursor = crDrag Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False WordWrap = True IsControl = True end object Label2: TLabel Left = 8 Top = 115 Width = 36 Height = 13 Caption = 'WWW:' end object Label3: TLabel Left = 8 Top = 98 Width = 32 Height = 13 Caption = 'E-Mail:' WordWrap = True IsControl = True end object UrlLabel1: TUrlLabel Left = 50 Top = 115 Width = 140 Height = 13 Cursor = 5 Caption = 'http://www.jam-software.com' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False PopupMenu = UrlLabel1. ActiveColor = clRed end object UrlLabel2: TUrlLabel Left = 50 Top = 98 Width = 95 Height = 13 Cursor = 5 Caption = 'marder@pobox.com' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False PopupMenu = UrlLabel2. URL = 'mailto:marder@explorer.uni-trier.de' end object Label1: TLabel Left = 8 Top = 144 Width = 260 Height = 13 Caption = 'Try the powerful new features of TreeSize Professional!' end object ProductName: TLabel Left = 89 Top = 13 Width = 126 Height = 23 Alignment = taCenter Caption = 'Produktname' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False IsControl = True end object UrlLabel3: TUrlLabel Left = 163 Top = 144 Width = 102 Height = 13 Cursor = 5 Caption = 'TreeSize Professional' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsUnderline] ParentFont = False PopupMenu = UrlLabel3. URL = 'http://www.jam-software.com/treesize.html' end end object OKButton: TButton Left = 114 Top = 178 Width = 89 Height = 26 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 IsControl = True end end